.popup-lead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999999;
}
.popup-lead-con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 300px;
	border-radius: 13px;
	background: #fff;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 999999;
}
.popup-lead-title {
	font-size: 24px;
	line-height: 1;
	color: #303030;
	margin-top: 20px;
}
.popup-lead-text {
	font-size: 16px;
	line-height: 1;
	color: #999;
	margin-top: 24px;
	line-height: 26px;
	padding: 0 10px;
}
.popup-lead-btn {
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	font-size: 18px;
	color: #000;
	border-top: 1px solid #eee;
	margin-top: 24px;
}
.popup-lead-cancel {
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
.popup-lead-cancel, .popup-lead-confirm {
	width: 48%;
	height: 100%;
	display: inline-block;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}